home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ShareTSM.h
-
- Contains: Interfaces for Sharing TSM document on OpenDoc part.
-
- Owned by: Michihiro Kinbara
-
- Copyright: © 1993 - 1995 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <1> 7/2/93 Kin New Today
-
- To Do:
- */
-
- #ifndef _OD_SHARETSM_
- #define _OD_SHARETSM_
-
- #ifndef __TEXTSERVICES__
- #include <TextServices.h>
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern pascal OSErr ODNewTSMDocumentForPart(short interfaceNum, OSType interfaceType[], TSMDocumentID *docID, long refcon);
- extern pascal OSErr ODUseTSMDocumentForPart(short interfaceNum, OSType interfaceType[], TSMDocumentID docID, long refcon);
- extern pascal OSErr ODDeleteTSMDocumentForPart(TSMDocumentID docID);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif